| name | explain-diff-html |
|---|---|
| description | Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output. |
Please make me a rich, interactive explanation of the specified code change.
It should have these sections:
| from kivy.config import Config | |
| Config.set('graphics', 'custom_titlebar', '1') | |
| Config.set('graphics', 'custom_titlebar_border', '8') | |
| Config.set('graphics', 'resizable', '1') | |
| Config.set('graphics', 'fullscreen', '0') | |
| from kivy.app import App | |
| from kivy.uix.boxlayout import BoxLayout | |
| from kivy.uix.button import Button | |
| from kivy.uix.textinput import TextInput |
| /* | |
| Credits to: | |
| - https://linux.die.net/man/2/setcontext | |
| - https://stackoverflow.com/questions/8456085/why-cant-i-ignore-sigsegv-signal | |
| */ | |
| #include <stdio.h> | |
| #include <stdint.h> | |
| #include <stdbool.h> | |
| #include <signal.h> |
Add this file to your AI assistant's system prompt or context to help it avoid common AI writing patterns. Source: tropes.fyi by ossama.is
A working checklist for a first-pass technical SEO audit, organized in the order that catches the highest-impact issues first. Meant as a working document to run through during a site review, not a polished article.
robots.txt reachable at the root and returns 200, not a redirect chainDisallow: / left over from stagingrobots.txt and returns valid XML, not HTML| <link rel="canonical" href="{{pageURL}}"> | |
| <!--Open Graph Start --> | |
| <!--Open Graph Facebook --> | |
| <meta property="og:type" content="article" /> | |
| <meta property="og:url" content="{{pageURL}}" /> | |
| <meta property="og:title" content="{{pageTitle}}" /> | |
| <meta property="og:description" content="{{pageDescription}}" /> | |
| <meta property="og:image" content="{{imageURL}}" /> |
On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine: